projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
974aae6
)
(gc_cons_threshold, gc_relative_threshold): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Jul 2005 19:08:32 +0000
(19:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Jul 2005 19:08:32 +0000
(19:08 +0000)
(gc_cons_combined_threshold): Declaration deleted.
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index de7a6b05d874f835086575db9bc1be09e48ae064..f6a4e6ae9c6cfc3b283a4583c3e915156387303e 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1876,9
+1876,11
@@
extern Lisp_Object Vascii_canon_table, Vascii_eqv_table;
extern int consing_since_gc;
-/* Threshold for doing another gc. */
+/* Threshold
s
for doing another gc. */
-extern EMACS_INT gc_cons_combined_threshold;
+extern EMACS_INT gc_cons_threshold;
+
+extern EMACS_INT gc_relative_threshold;
/* Structure for recording stack slots that need marking. */